home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Great Canadian Scientists
/
GCS_CD.iso
/
mac
/
PC
/
GCSData
/
menus_o.dxr
/
00106_Startup Screen (Error) Loop.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-08
|
234 b
|
12 lines
on exitFrame
global BoxUp
BSetup(22, 22)
CheckHilite(22, 22)
when keyDown then KeyCheckE
set the mouseDownScript to "BoxUpE"
set the mouseUpScript to "BoxUpE"
set the checkBoxAccess to 1
cursor(-1)
go(the frame)
end